home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 February: Technology Seed / Mac Tech Seed Feb '97.toast / OpenDoc 1.2b2c1 / OpenDoc / OpenDoc Utilities / Interfaces / ODProcessUtils.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-01-01  |  520 b   |  32 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        ODProcessUtils.h
  3.  
  4.     Contains:    xxx put contents here xxx
  5.  
  6.     Owned by:    Reggie Adkins
  7.  
  8.     Copyright:    © 1996 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12.          <2>     9/19/96    TJ        Made it compile with out PCH.
  13.          <1>     9/17/96    RA        first checked in
  14.  
  15.     To Do:
  16. */
  17.  
  18. #ifndef _ODPROCESSUTILS_
  19. #define _ODPROCESSUTILS_
  20.  
  21. #ifndef _ODTYPES_
  22. #include <ODTypes.h>
  23. #endif
  24.  
  25. #ifdef _PLATFORM_MACINTOSH_
  26.  
  27. OSErr FindProcess(ProcessSerialNumberPtr aPSN, OSType sig, unsigned long type);
  28.  
  29. #endif
  30.  
  31. #endif
  32.